projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b72d1c5
)
fix preceding-char
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Thu, 15 Aug 2019 19:32:02 +0000
(21:32 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:34:00 +0000
(11:34 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d2ead1f16494448e6805fe277082a8aa69f9e0c8..d7b4123a21c6a8170948bf5a53c164a8ea39fb38 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-595,7
+595,7
@@
the annotation emission."
(byte-point-min auto)
(byte-char-after auto)
(byte-following-char auto)
- (byte-preceding-char
auto
)
+ (byte-preceding-char
preceding-char Fprevious_char
)
(byte-current-column auto)
(byte-indent-to auto)
(byte-scan-buffer-OBSOLETE)